home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Internet / Demon / IEXPLORE / IEAKJAVA.EXE / CLASSR.EXE / java / net / MalformedURLException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  356 b   |  13 lines

  1. package java.net;
  2.  
  3. import java.io.IOException;
  4.  
  5. public class MalformedURLException extends IOException {
  6.    public MalformedURLException() {
  7.    }
  8.  
  9.    public MalformedURLException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.